home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr09 / fgrtodb.zip / CLEANUP.SED < prev    next >
Text File  |  1993-06-03  |  147b  |  4 lines

  1. /^\"\",/ d      # delete all lines that start with a "", -- no name
  2. /DELETE/ d      # delete all lines with the word DELETE (married children)
  3.  
  4.